Matrix Representations of Operators
In the previous sections, we introduced the state vector formalism of quantum mechanics, as well as some important results derived from it. In this section, we will explore how operators in quantum mechanics can be represented as matrices. Additionally, we will discuss shortly on tensor products and entangled composite systems.
Table of Contents
Operators as Matrices
Recall from the completeness relation that the identity operator can be written as a sum of projection operators:
For an operator
If the ket space is
I, along with Sakurai, will use the notation
An important property of these matrices is as follows: Take
As such, the
Matrix Multiplication
Given two operators
Normally, for two matrices
Thus, we would want to show the following:
This is much easier to prove than it seems.
Since
Now, simply use the completeness relation between the two operators to insert a sum over
which is exactly what we needed to show.
Kets as Column Vectors
Kets can also be represented as column vectors.
Recall that kets can be expanded into linear combinations of basis kets:
This is similar to the Euclidean case where a vector
In the Euclidean case, we say that
It is often very beneficial to include the basis states in row vectors like this:
(Notice that we no longer use the
Next, suppose we apply an operator
This is quite similar to the matrix multiplication rule we derived earlier.
Simply set
Bra Vectors as Row Vectors
Bra vectors can be represented as row vectors.
To find out how, suppose we apply an operator
The term
Similarly to vectors, a complete picture of a bra can be obtained with a product of a row vector and a column vector:
where
Since the inner product is conjugate symmetric, we can equivalently write the components of
The inner product of
which aligns with simply adding a completeness relation to the original expression.
A more complete way to write the inner product comes from writing both the bra and ket with their bases:
Outer Products
An outer product is a product of a ket and a bra in an order such that the ket is on the left. We have previously shown that outer products are not scalars (like inner products), but rather operators.
To build intuition, we borrow from Euclidean vectors. Suppose we take the product of
So indeed, outer products are operators (matrices) that act on vectors.
In quantum mechanics, then, suppose we want to take the outer product
There is actually something deeper going on here.
The outer product
Short Note on Tensor Products
If one recalls, the space of a coupled system is the tensor product of the individual spaces. Virtually any tensor we usually use can be created by taking the tensor products of vectors and linear forms (or bra vectors, 1-forms, covectors, etc.). In fact, this is a way to define a tensor - a collection of vectors and linear forms combined by the tensor product.
Most operators cannot be represented as outer products, since they are just projection operators. For a more concrete explanation, consider the matrix multiplication that forms the outer product - notice that both columns are scaled versions of the input vector. This means that they are linearly dependent, and so the matrix is singular (i.e. it has a determinant of zero). This is why operators must be represented as a linear combination of outer products, rather than just a single outer product.
Similarly, some coupled systems cannot be represented as the tensor product of individual systems. Systems that cannot be represented as the tensor product of individual systems are called entangled systems. Entanglement is a crucial concept in quantum mechanics, and it is a key feature that distinguishes quantum mechanics from classical mechanics. We will explore the physical implications of entanglement in more detail in future sections.
Exercises
-
Suppose we have a system where the state space is two-dimensional with basis states
and . (Think of spin-1/2 particles or qubits used in quantum computing.)-
Write down the matrix representation of the operator
that flips the state of the system. That is, and .Solution
Before writing the components, consider the dimensions of the matrix. Since the state space is two-dimensional, the matrix will be
.The
-th element of the matrix is given by . In this case, we have:Now, we can fill in the components. Since
and , we have:This matrix is known as the Pauli-X matrix. We will see more of these matrices in the future, and analyze them in detail when we discuss angular momentum.
-
Suppose theres now two systems coupled together. Show that the Bell state
is an entangled state. For this problem, you can assume that tensor products act like normal products, i.e. .Solution
We can show this by a proof by contradiction.
Suppose that
is not entangled. Then, we can write it as a tensor product of two states and :Now, we can expand
and in terms of the basis states and :Then, the tensor product is:
Expanding this out, we get:
(where
is shorthand for ).Now, compare this to the Bell state
. We need and .Multiplying the first two equations, we get
. But this means that none of , , , or can be zero, which contradicts .Thus, because we cannot find a way to write
as a tensor product of two states, it is an entangled state.
-
Summary and Next Steps
In this rather brief section, we have shown how the various objects in quantum mechanics can be represented as matrices. This is a crucial step in understanding how quantum mechanics can be formulated in terms of linear algebra.
Here are the key points to remember:
- Operators in quantum mechanics can be represented as matrices.
Specifically, the matrix elements of an operator
are given by . - Kets can be represented as column vectors, and bras as row vectors.
- Outer products are operators that act on vectors. They can be thought of as the tensor product of a ket and a bra.
- If a system cannot be represented as the tensor product of individual systems, it is an entangled system.
In the next section, we continue our exploration of vectors and operators by looking at the change of basis.
References
- J.J. Sakurai, "Modern Quantum Mechanics", section 1.3.
Appendix: Quick Trick for Matrix Multiplication
A quick trick to perform matrix multiplication is as follows: Given the product of two matrices
To multiply them, we can shift
Then, the elements in the product matrix are given by the sum of the products of the corresponding elements. For example, the element in the first row and first column is:
This also easily allows one to find out whether the dimensions of the matrices are compatible for multiplication. For example, the following matrices cannot be multiplied:
The